home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / fs_mud.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  780 b   |  49 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     server
  12.     {
  13.     }
  14.     client
  15.     {
  16.         cache bh_dirt_piece.spr
  17.  
  18.         // chunky chunks of chunky stuff
  19.         sfx originspawn
  20.         (
  21.             model bh_dirt_piece.spr
  22.             color .5 .4 .15
  23.             spawnrange 1536
  24.             spritegridlighting
  25.             alpha 0.75
  26.             angles 0 0 random 360
  27.             avelocity 0 0 crandom 180
  28.             offsetalongaxis random 4 crandom 3 crandom 3
  29.             count 10
  30.             velocity 50
  31.             randvelaxis random 125 crandom 24 crandom 24
  32.             accel 0 0 -800
  33.             life 0.6 0.7
  34.             scalemin 0.2
  35.             scalemax 0.4
  36.             fadedelay 0.5
  37. //            collision
  38. //            dietouch
  39. //            bouncefactor 0.1
  40. //            bouncesound snd_bh_debris_dirt
  41.         )
  42.     }
  43. }
  44.  
  45. // This section is just needed to be a valid tiki file
  46. animations
  47. {
  48.     idle dummy2.skc 
  49. }